projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e65f7c9
)
(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.
author
Juri Linkov
<juri@jurta.org>
Sat, 6 Oct 2007 22:15:43 +0000
(22:15 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 6 Oct 2007 22:15:43 +0000
(22:15 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 54a322011b9a46aab785175916005bb9f1bae28c..bab319fa029e37caae384dcfc84686cc5a4a57b2 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-1041,8
+1041,7
@@
language you are using."
(define-key ctl-x-map "rw" 'window-configuration-to-register)
(define-key ctl-x-map "rf" 'frame-configuration-to-register)
-(define-key esc-map "q" 'fill-paragraph)
-;; (define-key esc-map "g" 'fill-region)
+(define-key esc-map "q" 'fill-paragraph-or-region)
(define-key ctl-x-map "." 'set-fill-prefix)
\f
(define-key esc-map "{" 'backward-paragraph)